Bump SOINDEX
authorErik Schnetter <schnetter@gmail.com>
Sat, 28 Dec 2024 19:40:44 +0000 (14:40 -0500)
committerErik Schnetter <schnetter@gmail.com>
Sat, 28 Dec 2024 19:40:44 +0000 (14:40 -0500)
CMakeLists.txt
test/printproperty.c
utf8proc.h

index 645c472a56a6dd261a0946e51e77490b09a82ca0..157aecb1aa7a95e692646d031d5b79b497934518 100644 (file)
@@ -10,7 +10,7 @@ project (utf8proc VERSION 2.10.0 LANGUAGES C)
 # API version number (defined in utf8proc.h and above).
 # Be sure to also update these in Makefile and MANIFEST!
 set(SO_MAJOR 3)
-set(SO_MINOR 0)
+set(SO_MINOR 1)
 set(SO_PATCH 0)
 
 option(UTF8PROC_INSTALL "Enable installation of utf8proc" On)
index 89949355051baf0b80cb9436e1563b8bf256cb80..13f3115b8dac607224f4112a696542da9716276e 100644 (file)
@@ -34,6 +34,8 @@ int main(int argc, char **argv)
             "  titlecase_mapping = %04x (seqindex %04x)\n"
             "  casefold = %s\n"
             "  comb_index = %d\n"
+            "  comb_length = %d\n"
+            "  comb_issecond = %d\n"
             "  bidi_mirrored = %d\n"
             "  comp_exclusion = %d\n"
             "  ignorable = %d\n"
@@ -51,6 +53,8 @@ int main(int argc, char **argv)
         utf8proc_totitle(c), p->titlecase_seqindex,
         (char *) map,
         p->comb_index,
+        p->comb_length,
+        p->comb_issecond,
         p->bidi_mirrored,
         p->comp_exclusion,
         p->ignorable,
index a16f41bb5e13b8df85b39e1a6895d82ec8730976..a21b6bbb30334550aefb7e6f476ecafe236bd2f8 100644 (file)
@@ -277,7 +277,7 @@ typedef struct utf8proc_property_struct {
    * - `comb_length`: Number of table entries for this first character
    *
    * - `comb_is_second`: As optimization we also record whether this
-   *   characther is the second combining character in any pair. If
+   *   character is the second combining character in any pair. If
    *   not, we can skip the table lookup.
    *
    * A table lookup starts from a given character pair. It first